const crypto/internal/fips140/sha3.spongeAbsorbing

6 uses

	crypto/internal/fips140/sha3 (current package)
		sha3.go#L24: 	spongeAbsorbing spongeDirection = iota
		sha3.go#L67: 	d.state = spongeAbsorbing
		sha3.go#L102: 	if d.state != spongeAbsorbing {
		sha3.go#L125: 	if d.state == spongeAbsorbing {
		sha3.go#L154: 	if d.state != spongeAbsorbing {
		sha3.go#L229: 	if state != spongeAbsorbing && state != spongeSqueezing {